Перевод: с русского на все языки

со всех языков на русский

(Also XOR)

См. также в других словарях:

  • XOR linked list — XOR linked lists are a data structure used in computer programming. They take advantage of the bitwise exclusive disjunction (XOR) operation, here denoted by ⊕, to decrease storage requirements for doubly linked lists. An ordinary doubly linked… …   Wikipedia

  • XOR swap algorithm — In computer programming, the XOR swap is an algorithm that uses the XOR bitwise operation to swap distinct values of variables having the same data type without using a temporary variable.The algorithmStandard swapping algorithms require the use… …   Wikipedia

  • XOR cipher — In cryptography, a simple XOR cipher is a relatively simple encryption algorithm that operates according to the principles::A oplus 0 = A,:A oplus A = 0,:(B oplus A) oplus A = B oplus 0 = B,where oplus denotes the exclusive disjunction (XOR)… …   Wikipedia

  • XOR gate — The XOR gate (sometimes EOR gate) is a digital logic gate that implements exclusive disjunction it behaves according to the truth table to the right. A HIGH output (1) results if one, and only one, of the inputs to the gate is HIGH (1). If both… …   Wikipedia

  • XOR-Operator — Einfaches dreilagiges feed forward Perzeptron mit fünf Input , drei Hidden und einem Output Neuron, sowie zwei Bias Neuronen Das Perzeptron (engl. perceptron, nach engl. perception, „Wahrnehmung“) ist ein vereinfachtes künstliches neuronales Netz …   Deutsch Wikipedia

  • XOR — /eks awr /, n. a Boolean operator that returns a positive result when either but not both of its operands are positive. [(e)x(clusive) OR] * * * XOR /eks örˈ/ (computing) noun A logic circuit that has two or more inputs and one output, the output …   Useful english dictionary

  • XOR — comp. abbr. Exclusive OR (Also EOR) …   United dictionary of abbreviations and acronyms

  • Zegapain XOR — Infobox VG title = Zegapain XOR developer = Namco Bandai Games publisher = Namco Bandai Games designer = | engine = released = vgrelease|Japan|JPN|July 27, 2006 genre = Action modes = Single player, Online Multiplayer ratings = CERO: A (Free)… …   Wikipedia

  • Bitwise operation — In computer programming, a bitwise operation operates on one or two bit patterns or binary numerals at the level of their individual bits. On most microprocessors, bitwise operations are sometimes slightly faster than addition and subtraction… …   Wikipedia

  • All-or-nothing transform — In cryptography, an all or nothing transform (AONT), also known as an all or nothing protocol, is an encryption mode which allows the data to be understood only if all of it is known. AONTs are not encryption, but frequently make use of symmetric …   Wikipedia

  • Doubly linked list — In computer science, a doubly linked list is a linked data structure that consists of a set of sequentially linked records called nodes. Each node contains two fields, called links, that are references to the previous and to the next node in the… …   Wikipedia

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»